home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMLOCATION / TFRMLOCATION.txt
Text File  |  2005-08-08  |  6KB  |  237 lines

  1. inherited FrmLocation: TFrmLocation
  2.   Left = 344
  3.   Top = 316
  4.   HelpContext = 1062
  5.   VertScrollBar.Range = 0
  6.   BorderStyle = bsDialog
  7.   Caption = 'FrmLocation'
  8.   ClientHeight = 209
  9.   ClientWidth = 340
  10.   OldCreateOrder = True
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel [0]
  14.     Left = 24
  15.     Top = 48
  16.     Width = 54
  17.     Height = 13
  18.     Caption = 'Emprunteur'
  19.   end
  20.   object Label2: TLabel [1]
  21.     Left = 24
  22.     Top = 72
  23.     Width = 23
  24.     Height = 13
  25.     Caption = 'Date'
  26.   end
  27.   object Label3: TLabel [2]
  28.     Left = 24
  29.     Top = 144
  30.     Width = 61
  31.     Height = 13
  32.     Caption = 'Commentaire'
  33.   end
  34.   object Label4: TLabel [3]
  35.     Left = 32
  36.     Top = 112
  37.     Width = 83
  38.     Height = 13
  39.     Caption = 'Date retour pr'#233'vu'
  40.   end
  41.   inherited sb: TTBXStatusBar
  42.     Top = 190
  43.     Width = 340
  44.   end
  45.   object dxLayoutControl: TdxLayoutControl [5]
  46.     Left = 0
  47.     Top = 0
  48.     Width = 340
  49.     Height = 164
  50.     Align = alClient
  51.     ParentBackground = True
  52.     TabOrder = 1
  53.     LookAndFeel = dtmSession.dxLayoutWebLookAndFeel
  54.     object cxLkEmprunteur: TcxDBLookupComboBox
  55.       Left = 104
  56.       Top = 10
  57.       Width = 147
  58.       Height = 21
  59.       DataBinding.DataSource = dsFiche
  60.       Properties.ListColumns = <>
  61.       Properties.ListOptions.AnsiSort = True
  62.       Properties.ListOptions.CaseInsensitive = True
  63.       Properties.ListOptions.ColumnSorting = False
  64.       Properties.ListOptions.GridLines = glVertical
  65.       Properties.ListOptions.ShowHeader = False
  66.       Properties.ReadOnly = False
  67.       Properties.OnNewLookupDisplayText = cxLkEmprunteurPropertiesNewLookupDisplayText
  68.       Style.BorderColor = clHighlight
  69.       Style.BorderStyle = ebsSingle
  70.       Style.HotTrack = False
  71.       Style.ButtonStyle = btsHotFlat
  72.       Style.PopupBorderStyle = epbsSingle
  73.       TabOrder = 0
  74.     end
  75.     object cxLkDateLoc: TcxDBDateEdit
  76.       Left = 104
  77.       Top = 37
  78.       Width = 121
  79.       Height = 21
  80.       DataBinding.DataSource = dsFiche
  81.       Properties.ReadOnly = False
  82.       Style.BorderColor = clHighlight
  83.       Style.BorderStyle = ebsSingle
  84.       Style.HotTrack = False
  85.       Style.ButtonStyle = btsHotFlat
  86.       Style.PopupBorderStyle = epbsSingle
  87.       TabOrder = 1
  88.     end
  89.     object cxLkDateRetour: TcxDBDateEdit
  90.       Left = 104
  91.       Top = 64
  92.       Width = 121
  93.       Height = 21
  94.       DataBinding.DataSource = dsFiche
  95.       Properties.ReadOnly = False
  96.       Style.BorderColor = clHighlight
  97.       Style.BorderStyle = ebsSingle
  98.       Style.HotTrack = False
  99.       Style.ButtonStyle = btsHotFlat
  100.       Style.PopupBorderStyle = epbsSingle
  101.       TabOrder = 2
  102.     end
  103.     object cxEdComment: TcxDBMemo
  104.       Left = 104
  105.       Top = 91
  106.       Width = 219
  107.       Height = 61
  108.       DataBinding.DataSource = dsFiche
  109.       Properties.ReadOnly = False
  110.       Style.BorderColor = clHighlight
  111.       Style.BorderStyle = ebsSingle
  112.       Style.HotTrack = False
  113.       TabOrder = 3
  114.     end
  115.     object dxLayoutControlGroup_Root: TdxLayoutGroup
  116.       ShowCaption = False
  117.       Hidden = True
  118.       ShowBorder = False
  119.       object itmEmprunteur: TdxLayoutItem
  120.         AutoAligns = [aaVertical]
  121.         AlignHorz = ahClient
  122.         Caption = 'Emprunteur'
  123.         Control = cxLkEmprunteur
  124.         ControlOptions.ShowBorder = False
  125.       end
  126.       object itemDatePret: TdxLayoutItem
  127.         AutoAligns = [aaVertical]
  128.         Caption = 'Date pr'#234't'
  129.         Control = cxLkDateLoc
  130.         ControlOptions.ShowBorder = False
  131.       end
  132.       object itemDateRetour: TdxLayoutItem
  133.         AutoAligns = [aaVertical]
  134.         Caption = 'Date retour pr'#233'vue'
  135.         Control = cxLkDateRetour
  136.         ControlOptions.ShowBorder = False
  137.       end
  138.       object itemObs: TdxLayoutItem
  139.         Caption = 'Observation'
  140.         CaptionOptions.AlignVert = tavTop
  141.         Control = cxEdComment
  142.         ControlOptions.ShowBorder = False
  143.       end
  144.     end
  145.     object dxLayoutControlGroup1: TdxLayoutGroup
  146.       Caption = 'New Group'
  147.     end
  148.     object dxLayoutControlGroup2: TdxLayoutGroup
  149.       Caption = 'New Group'
  150.     end
  151.   end
  152.   object TBXDock1: TTBXDock [6]
  153.     Left = 0
  154.     Top = 164
  155.     Width = 340
  156.     Height = 26
  157.     Position = dpBottom
  158.     object TBToolbar1: TTBXToolbar
  159.       Left = 0
  160.       Top = 0
  161.       Align = alBottom
  162.       BorderStyle = bsNone
  163.       Caption = 'TBToolbar'
  164.       DockMode = dmCannotFloatOrChangeDocks
  165.       DockPos = -8
  166.       DockRow = 1
  167.       DragHandleStyle = dhNone
  168.       FullSize = True
  169.       Images = ImageListSmall
  170.       TabOrder = 0
  171.       object TBItem3: TTBXItem
  172.         Action = ActionFermer
  173.         DisplayMode = nbdmImageAndText
  174.       end
  175.       object TBSeparatorItem: TTBXSeparatorItem
  176.       end
  177.       object TBItem1: TTBXItem
  178.         Action = ActionValider
  179.         DisplayMode = nbdmImageAndText
  180.       end
  181.       object TBItem2: TTBXItem
  182.         Action = ActionCancel
  183.         DisplayMode = nbdmImageAndText
  184.       end
  185.       object TBXSeparatorItem1: TTBXSeparatorItem
  186.       end
  187.       object TBXItem1: TTBXItem
  188.         Action = ActionAide
  189.         DisplayMode = nbdmImageAndText
  190.       end
  191.     end
  192.   end
  193.   inherited aclFiche: TActionList
  194.     Left = 64
  195.     Top = 112
  196.     object ActionValider: TAction
  197.       Caption = '&Valider'
  198.       ImageIndex = 1
  199.       OnExecute = ActionValiderExecute
  200.     end
  201.     object ActionCancel: TAction
  202.       Caption = '&Abandonner'
  203.       ImageIndex = 0
  204.       OnExecute = ActionCancelExecute
  205.     end
  206.     object ActionFermer: TAction
  207.       Caption = 'Fermer'
  208.       ImageIndex = 16
  209.       OnExecute = ActionFermerExecute
  210.     end
  211.   end
  212.   inherited ImageListSmall: TImageList
  213.     Left = 128
  214.     Top = 112
  215.   end
  216.   object IBUpdateSQL: TIBUpdateSQL
  217.     Left = 224
  218.     Top = 48
  219.   end
  220.   object qryFiche: TIBQuery
  221.     Database = dtmSession.IBDatabase
  222.     AfterPost = qryFicheAfterPost
  223.     OnNewRecord = qryFicheNewRecord
  224.     OnPostError = qryFichePostError
  225.     BufferChunks = 1000
  226.     CachedUpdates = False
  227.     UpdateObject = IBUpdateSQL
  228.     Left = 184
  229.     Top = 112
  230.   end
  231.   object dsFiche: TDataSource
  232.     DataSet = qryFiche
  233.     Left = 16
  234.     Top = 112
  235.   end
  236. end
  237.